Parameters
- key
- Maximum key value to search for.
- inclusive
- If true, the result includes items with the specified key value. Otherwise, the result only includes those with keys strictly less than the specified value.
- order
- Optionally specifies the order of the key values to sort the result (C1.LiveLinq.Order.Unordered if sorting is not required).
Return Value
An object enumerating all items whose key values are less than the specified value.